home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / bb2000 / files / BlueIntr.dxr / 00154.ls < prev    next >
Encoding:
Text File  |  1998-02-20  |  227 b   |  13 lines

  1. on exitFrame
  2.   global gMasterObj
  3.   cursor(4)
  4.   set the volume of sound 1 to the volume of sound 1 - 10
  5.   updateStage()
  6.   if the volume of sound 1 < 1 then
  7.     puppetTempo(60)
  8.     go("out")
  9.   else
  10.     go(the frame)
  11.   end if
  12. end
  13.